home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Updates / AmigaOS3.5 / IconDT44 / Install < prev    next >
Text File  |  2000-05-16  |  454b  |  22 lines

  1. ; $VER: Installer script for the icon.datatype v44, © 1999 by Stephan Rupprecht
  2.  
  3. (set @default-dest "DEVS:Datatypes/")
  4.  
  5. (copyfiles    
  6.     (source    "")
  7.     (dest @default-dest)
  8.     (pattern "(icon|icon.info)")
  9.     (help @copyfiles-help)
  10.     (prompt    "Copy descriptor file")
  11.     (confirm)
  12. )
  13.  
  14. ; copylib doesn`t work, wrong version is shown!
  15. (copyfiles
  16.     (source    "icon.datatype")
  17.     (dest "SYS:Classes/datatypes/")
  18.     (help @copyfiles-help)
  19.     (prompt    "Copy icon.datatype")
  20.     (confirm)
  21. )
  22.